ROP Exam Code to Analze NIRS and Pulse Ox

Used to analyze values excluding the eye drops.

Initialize and select ROP Subject Number


In [ ]:
from ROP import *
#Takes a little bit, wait a while.

In [ ]:
ExamStartHour, ExamStartMinute, ExamEndHour, 
ExamEndMinute = [int(x) for x in raw_input("Enter ROP Exam Times").split()]

#Syntax should be "HH MM HH MM" Exam start, then exam end.
#No commas or colons.

In [ ]:
print "ROP Exam Start"
print "ROP Exam End"